net/http.http2clientStream.reqBodyClosed (field)
11 uses
net/http (current package)
h2_bundle.go#L7466: reqBodyClosed chan struct{} // guarded by cc.mu; non-nil on Close, closed when done
h2_bundle.go#L7520: if cs.reqBody != nil && cs.reqBodyClosed == nil {
h2_bundle.go#L7527: if cs.reqBodyClosed != nil {
h2_bundle.go#L7530: cs.reqBodyClosed = make(chan struct{})
h2_bundle.go#L7531: reqBodyClosed := cs.reqBodyClosed
h2_bundle.go#L8359: bodyClosed := cs.reqBodyClosed
h2_bundle.go#L8628: if cs.reqBody != nil && cs.reqBodyClosed == nil {
h2_bundle.go#L8630: cs.reqBodyClosed = make(chan struct{})
h2_bundle.go#L8632: bodyClosed := cs.reqBodyClosed
h2_bundle.go#L8819: bodyClosed := cs.reqBodyClosed != nil
h2_bundle.go#L8914: if cs.reqBodyClosed != nil {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |